home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Graphismes / Bitmap / Mordant 0.2 PPC / README < prev   
Text File  |  1996-02-27  |  2KB  |  47 lines

  1.  
  2.  
  3.  
  4. Mordant
  5.  
  6. Mordant is a  PowerPC only 32 bit painting program.  It was originally designed to work on texture maps but it does quite a bit more.
  7.  
  8. It has many different brushes (tinting, spray paint, splatter-electrical, optical blurring, and smearing to name a few).  It supports minimumalist copy and paste as well as pretty good drag and drop.  It supports up to one hundred levels of undo (on a per document basis).
  9.  
  10. In order to support drawing texture maps it supports a wrap around painting mode which is its default.
  11.  
  12. It has some pretty basic features for color picking including a modeless color picker and some color swatches.
  13.  
  14. This program is not very well tested but I am interested in bug reports as well as suggested improvements.
  15.  
  16. BUGS
  17.  
  18. -- disk space --
  19. Mordant generates many temporary files in order to implement undo as well as reduce its ram footprint.  It puts these files in the temporary folder in your system folder and will delete them when it is done with them.  However Mordant does not do the right thing when it runs out of disk space and because it uses a bunch of disk space you should be a little careful (example = 200 * 200 image with 50 levels of undo information will be about 6 megabytes).
  20.  
  21. -- memory usage --
  22. Mordant is a memory hog.  It allocates as much as possible of its memory out of the system pool.  However it doesn't really understand that it could possibly run out and it may very well crash if it does.  You have been warned.
  23.  
  24. FUTURE FEATURES
  25. + scrolling
  26. + supporting anti-aliased text
  27. + more brushes
  28. + filter style effects
  29. + drawing style tools
  30. + cutting and pasting of subregions
  31.  
  32.  
  33. Release Notes
  34.  
  35. 0.1
  36.  
  37. Initial release of Mordant.
  38.  
  39. 0.2
  40.  
  41. -fixed printing
  42. -made temporary files more compact
  43. -fixed some flickering problems
  44. -mac gifts release
  45.  
  46. -Michael Evans
  47. gimmick@aol.com